home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / FAST_LEX / FLEXIT < prev    next >
Text File  |  1988-07-04  |  302b  |  11 lines

  1. # MPW: Convert <stdin> into a lexical scanner named link.out.
  2. flex -t | c -g -Dyylex=main
  3. link     -w -b -c 'MPS ' -t MPST ╢
  4.         c.o ╢
  5.         "{CLibraries}"stubs.c.o ╢
  6.         "{CLibraries}"CRuntime.o ╢
  7.         "{CLibraries}"StdCLib.o ╢
  8.         "{CLibraries}"CSANELib.o ╢
  9.         "{CLibraries}"CInterface.o ╢
  10.         "{Libraries}"Interface.o
  11.